home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
boot
/
czesc_1
/
fifodev
/
ldlib
/
close.a
< prev
next >
Wrap
Text File
|
1991-02-01
|
164b
|
16 lines
; CloseFifo(fifo,flags)
section text,code
xdef _CloseFifo
xref _FifoBase
_CloseFifo
movem.l 4(sp),D0/D1
move.l _FifoBase,A1
jmp -36(A1)
END